github.com/valyala/fastjson.Object.keysUnescaped (field)
7 uses
github.com/valyala/fastjson (current package)
parser.go#L454: keysUnescaped bool
parser.go#L459: o.keysUnescaped = false
parser.go#L466: if o.keysUnescaped {
parser.go#L504: if o.keysUnescaped {
parser.go#L512: o.keysUnescaped = true
parser.go#L526: if !o.keysUnescaped && strings.IndexByte(key, '\\') < 0 {
update.go#L13: if !o.keysUnescaped && strings.IndexByte(key, '\\') < 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)